Class java.text.resources.DateFormatZoneData_zh
All Packages Class Hierarchy This Package Previous Next Index
Class java.text.resources.DateFormatZoneData_zh
Object
|
+----ResourceBundle
|
+----ListResourceBundle
|
+----java.text.resources.DateFormatZoneData_zh
- public final class DateFormatZoneData_zh
- extends ListResourceBundle
Supplement package private date-time formatting zone data for DateFormat.
DateFormatData used in DateFormat will be initialized by loading the data
from LocaleElements and DateFormatZoneData resources. The zone data are
represented with the following form:
{ID, long zone string, short zone string, long daylight string,
short daylight string, representative city of zone}, where ID is
NOT localized, but is used to look up the localized timezone data
internally. Localizers can localize any zone strings except
for the ID of the timezone.
- Version:
- 1.4 12/05/97
- Author:
- Chen-Lieh Huang
- See Also:
- ListResourceBundle, Format, DateFormatData, LocaleElements, SimpleDateFormat, TimeZone
-
java.text.resources.DateFormatZoneData_zh()
-
-
getContents()
- Overrides ListResourceBundle
DateFormatZoneData_zh
public DateFormatZoneData_zh()
getContents
public java.lang.Object[][] getContents()
- Overrides ListResourceBundle
- Overrides:
- getContents in class ListResourceBundle
All Packages Class Hierarchy This Package Previous Next Index